home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 November / Freeware November 1998.img / dist / fw_msql.idb / usr / freeware / msql / etc / msql.conf.z / msql.conf
Text File  |  1998-10-27  |  998b  |  39 lines

  1. #
  2. # msql.conf  -  Configuration file for Mini SQL Version 2
  3. #
  4. #---------------------------------------------------------------------------
  5. #
  6. # This file is an example configuration and may require modification to
  7. # suit your needs or your site.  The values given are the default values
  8. # and will be used by the software if either this file is missing or a
  9. # specific value is not specified.
  10. #
  11. #---------------------------------------------------------------------------
  12. # NOTE : The install directory and all files/directories below it _must_
  13. #        be owned by the user specifed in the mSQL_User parameter (the
  14. #        user msql by default).  If you change the mSQL_User value then
  15. #    you must 'chown -R' the install directory.
  16. #
  17.  
  18. [general]
  19.  
  20. #Inst_Dir = _INST_
  21. mSQL_User = msql
  22. Admin_User = root
  23. Pid_File = %I/msql2d.pid
  24. TCP_Port = 1114
  25. UNIX_Port = %I/msql2.sock
  26.  
  27. [system]
  28.  
  29. Msync_Timer = 30
  30. Host_Lookup = True
  31. Read_Only = False
  32.  
  33. [w3-msql]
  34.  
  35. Auth_Host = NULL
  36. Footer = True
  37. Force_Private = False
  38.  
  39.